Bitmap for UWP
Set(T,ClassInstance[]) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.Direct3D11 名前空間 > CommonShaderStage<T> クラス > Set メソッド : Set(T,ClassInstance[]) メソッド
The shader to assign to the device. Assign nullto disable the compute shader.
An array of class-instance interfaces. Each interface used by a shader must have a corresponding class instance or the shader will get disabled.
Assigns a compute shader to the device.
シンタックス
'宣言
 
Public Overloads Sub Set( _
   ByVal shader As T, _
   ByVal classInstances() As ClassInstance _
) 
public void Set( 
   T shader,
   ClassInstance[] classInstances
)

パラメータ

shader
The shader to assign to the device. Assign nullto disable the compute shader.
classInstances
An array of class-instance interfaces. Each interface used by a shader must have a corresponding class instance or the shader will get disabled.
参照

CommonShaderStage<T> クラス
CommonShaderStage<T> メンバ
オーバーロード一覧